object TemplNewForm: TTemplNewForm Left = 200 Top = 108 BorderStyle = bsDialog Caption = '����� ������' ClientHeight = 298 ClientWidth = 219 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 4 Top = 8 Width = 70 Height = 13 Caption = '�����������' end object GroupBox2: TGroupBox Left = 4 Top = 140 Width = 211 Height = 117 Caption = '��������' TabOrder = 0 object Panel1: TPanel Left = 8 Top = 20 Width = 88 Height = 89 BevelOuter = bvLowered TabOrder = 0 object Image1: TImage Left = 1 Top = 1 Width = 86 Height = 87 Align = alClient Center = True end end object Button1: TButton Left = 124 Top = 20 Width = 75 Height = 25 Caption = '�����...' TabOrder = 1 OnClick = Button1Click end end object Button2: TButton Left = 60 Top = 268 Width = 75 Height = 25 Caption = '��' Default = True ModalResult = 1 TabOrder = 1 end object Button3: TButton Left = 140 Top = 268 Width = 75 Height = 25 Cancel = True Caption = '������' ModalResult = 2 TabOrder = 2 end object Memo1: TMemo Left = 4 Top = 24 Width = 210 Height = 109 Lines.Strings = ( 'Memo1') TabOrder = 3 end object OpenDialog1: TOpenDialog FileEditStyle = fsEdit Left = 152 Top = 200 end end